home *** CD-ROM | disk | FTP | other *** search
- object HorizRule: THorizRule
- Left = 200
- Top = 118
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Horizontal Rule'
- ClientHeight = 213
- ClientWidth = 363
- Font.Color = clWindowText
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object Label1: TLabel
- Left = 8
- Top = 76
- Width = 128
- Height = 20
- Caption = 'Width In Percent:'
- Font.Color = clBlue
- Font.Height = -18
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 104
- Top = 28
- Width = 34
- Height = 20
- Alignment = taRightJustify
- Caption = 'Size:'
- Font.Color = clBlue
- Font.Height = -18
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 225
- Top = 16
- Width = 128
- Height = 129
- Caption = 'Alignment'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 2
- object RadioButton1: TRadioButton
- Left = 33
- Top = 33
- Width = 88
- Height = 16
- Caption = 'Center'
- Checked = True
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 33
- Top = 64
- Width = 65
- Height = 17
- Caption = 'Left'
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 33
- Top = 96
- Width = 72
- Height = 22
- Caption = 'Right'
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 2
- end
- end
- object CheckBox1: TCheckBox
- Left = 40
- Top = 129
- Width = 121
- Height = 17
- Caption = 'No Shade'
- Color = clSilver
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 3
- end
- object BitBtn1: TBitBtn
- Left = 64
- Top = 165
- Width = 89
- Height = 33
- TabOrder = 4
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 208
- Top = 165
- Width = 90
- Height = 33
- TabOrder = 5
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object SpinEdit1: TSpinEdit
- Left = 144
- Top = 24
- Width = 44
- Height = 39
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 10
- MinValue = 1
- ParentFont = False
- TabOrder = 0
- Value = 2
- end
- object SpinEdit2: TSpinEdit
- Left = 144
- Top = 73
- Width = 67
- Height = 38
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 3
- MaxValue = 100
- MinValue = 5
- ParentFont = False
- TabOrder = 1
- Value = 100
- end
- end
-